home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 21 / PC Format CD-ROM Collection 21 (1995-12)(Future Publishing)(GB)[issue 51].iso / go.bat < prev    next >
DOS Batch File  |  1995-09-20  |  736b  |  40 lines

  1. echo off
  2. cls
  3. echo.
  4. echo Please wait whilst menu system loads ............
  5. echo.
  6.  
  7. :start
  8. if exist c:\menutemp.bat del c:\menutemp.bat
  9. menu /nowidth
  10. if not exist c:\menutemp.bat goto end
  11. call c:\menutemp
  12. goto start
  13.  
  14.  
  15.  
  16.  
  17. :end
  18.         echo If you experienced any problems at all with this interface,
  19.         echo you could always try the old one.
  20.         echo Just type
  21.         echo              PCF followed by the letter of your CD
  22.         echo e.g.    PCF D [enter]
  23.         echo.
  24.         echo.
  25.  
  26.  
  27. :nope
  28.         echo.
  29.         echo Thankyou for using PC Format CD - see you next month!
  30.         echo.
  31.         echo    (c) Future Publishing 1995
  32.         echo.
  33.         echo.
  34.         pause
  35.         exit
  36.  
  37.  
  38.  
  39.  
  40.